tools/hotplug: Separate OS-specific scripts.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Nov 2008 12:13:42 +0000 (12:13 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Nov 2008 12:13:42 +0000 (12:13 +0000)
commit57bcfa11b151fdbb71c256fa47592fc6a535c487
tree1d0e0d153177f598722c5942101762e79f89bf54
parent8ebbe767aa281355990b834b06d9b287e19e01c3
tools/hotplug: Separate OS-specific scripts.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
72 files changed:
tools/Makefile
tools/examples/Makefile
tools/examples/blktap [deleted file]
tools/examples/block [deleted file]
tools/examples/block-common.sh [deleted file]
tools/examples/block-enbd [deleted file]
tools/examples/block-nbd [deleted file]
tools/examples/external-device-migrate [deleted file]
tools/examples/init.d/sysconfig.xendomains [deleted file]
tools/examples/init.d/xend [deleted file]
tools/examples/init.d/xendomains [deleted file]
tools/examples/locking.sh [deleted file]
tools/examples/logging.sh [deleted file]
tools/examples/network-bridge [deleted file]
tools/examples/network-nat [deleted file]
tools/examples/network-route [deleted file]
tools/examples/vif-bridge [deleted file]
tools/examples/vif-common.sh [deleted file]
tools/examples/vif-nat [deleted file]
tools/examples/vif-route [deleted file]
tools/examples/vscsi [deleted file]
tools/examples/vtpm [deleted file]
tools/examples/vtpm-common.sh [deleted file]
tools/examples/vtpm-delete [deleted file]
tools/examples/vtpm-hotplug-common.sh [deleted file]
tools/examples/vtpm-impl [deleted file]
tools/examples/vtpm-migration.sh [deleted file]
tools/examples/xen-backend.agent [deleted file]
tools/examples/xen-backend.rules [deleted file]
tools/examples/xen-hotplug-cleanup [deleted file]
tools/examples/xen-hotplug-common.sh [deleted file]
tools/examples/xen-network-common.sh [deleted file]
tools/examples/xen-script-common.sh [deleted file]
tools/hotplug/Linux/Makefile [new file with mode: 0644]
tools/hotplug/Linux/blktap [new file with mode: 0644]
tools/hotplug/Linux/block [new file with mode: 0644]
tools/hotplug/Linux/block-common.sh [new file with mode: 0644]
tools/hotplug/Linux/block-enbd [new file with mode: 0644]
tools/hotplug/Linux/block-nbd [new file with mode: 0644]
tools/hotplug/Linux/external-device-migrate [new file with mode: 0644]
tools/hotplug/Linux/init.d/sysconfig.xendomains [new file with mode: 0644]
tools/hotplug/Linux/init.d/xend [new file with mode: 0755]
tools/hotplug/Linux/init.d/xendomains [new file with mode: 0644]
tools/hotplug/Linux/locking.sh [new file with mode: 0644]
tools/hotplug/Linux/logging.sh [new file with mode: 0644]
tools/hotplug/Linux/network-bridge [new file with mode: 0644]
tools/hotplug/Linux/network-nat [new file with mode: 0644]
tools/hotplug/Linux/network-route [new file with mode: 0644]
tools/hotplug/Linux/vif-bridge [new file with mode: 0644]
tools/hotplug/Linux/vif-common.sh [new file with mode: 0644]
tools/hotplug/Linux/vif-nat [new file with mode: 0644]
tools/hotplug/Linux/vif-route [new file with mode: 0644]
tools/hotplug/Linux/vscsi [new file with mode: 0644]
tools/hotplug/Linux/vtpm [new file with mode: 0644]
tools/hotplug/Linux/vtpm-common.sh [new file with mode: 0644]
tools/hotplug/Linux/vtpm-delete [new file with mode: 0644]
tools/hotplug/Linux/vtpm-hotplug-common.sh [new file with mode: 0644]
tools/hotplug/Linux/vtpm-impl [new file with mode: 0644]
tools/hotplug/Linux/vtpm-migration.sh [new file with mode: 0644]
tools/hotplug/Linux/xen-backend.agent [new file with mode: 0644]
tools/hotplug/Linux/xen-backend.rules [new file with mode: 0644]
tools/hotplug/Linux/xen-hotplug-cleanup [new file with mode: 0644]
tools/hotplug/Linux/xen-hotplug-common.sh [new file with mode: 0644]
tools/hotplug/Linux/xen-network-common.sh [new file with mode: 0644]
tools/hotplug/Linux/xen-script-common.sh [new file with mode: 0644]
tools/hotplug/Makefile [new file with mode: 0644]
tools/hotplug/NetBSD/Makefile [new file with mode: 0644]
tools/hotplug/NetBSD/block-nbsd [new file with mode: 0644]
tools/hotplug/NetBSD/qemu-ifup-nbsd [new file with mode: 0644]
tools/hotplug/NetBSD/vif-bridge-nbsd [new file with mode: 0644]
tools/hotplug/NetBSD/vif-ip-nbsd [new file with mode: 0644]
tools/hotplug/common/Makefile [new file with mode: 0644]